home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_134.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  371 b   |  11 lines

  1. ATAN (Arc Tangent)
  2. Calculates the arc tangent, or inverse, of a tangent. The result is in the corresponding angle in radians, in the range -PI/2 to PI/2.
  3.  
  4. Format: ATAN (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A tangent value or a simple operation that yields a tangent.
  8.  
  9. Example:
  10. ATAN (1) returns .785.
  11. Shows that the arc tangent of 1 is .785 radians (PI/4), which is 45 degrees.